Prev Next
Thread | Callback |
---|---|
Enqueue the job | |
Go To Sleep | |
(Called from Toolbox) | |
Awake Thread | |
Return to Toolbox | |
Do Anything |
Thread | Callback |
---|---|
Mark thread as ineligible for time | |
Enqueue the job | |
Yield | |
(Called from Toolbox) | |
Push callback state onto special "pulsar" stack | |
Switch to thread | |
Do Anything | |
Yield | |
(Popped and reloaded from pulsar stack by the scheduler) | |
Return to Toolbox |
Prev Next